put all the files in the tftp direcotry in the root of your tftp server
carefully apply power to the jtag unit (see power.jpg for reference)
plug in ethernet to unit
while the switch is OFF, connect the JTAG unit to the switch
see switch.jpg for how to orient the connector
telnet to the BDI unit
power on the switch
over telnet the JTAG unit should send "startup passed"

Now run the following commands:

-----------------------------------------------
#WRITE LINUX KERNEL
erase 0xFE300000 0x20000 12
prog 0xFE300000 ibm-kernel.bin bin

-----------------------------------------------
#WRITE RAMDISK
erase 0xFF000000 0x20000 53
prog 0xFF000000 ibm-ramdisk.bin bin

-----------------------------------------------
#WRITE UBOOT
erase 0xfff00000 0x20000 8
prog 0xfff00000 ibm-uboot.bin bin

-----------------------------------------------
#WRITE OS
erase 0xFC000000 0x20000 67
prog 0xFC000000 ibm-os.bin bin


remove power from the switch
then remove power from jtag unit
now remove jtag unit
test switch poweron and make sure it works
put switch cover back on
done